home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / cli / Input11.lha / Exemple next >
Text File  |  1995-04-12  |  209b  |  11 lines

  1. ;$VER:Small script to show how to use Input
  2.  
  3. ECHO ""
  4. ECHO "Please enter a directory name > " NOLINE
  5. Input DirName
  6. ECHO ""
  7. ECHO "The directory $DirName contents : "
  8. ECHO ""
  9. DIR $DirName
  10. ECHO ""
  11. UNSETENV DirName